home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / internet / txtab611.zip / TXTABLE2.SAM < prev   
Text File  |  1996-04-24  |  2KB  |  50 lines

  1. /* TXTABLE2.SAM
  2. /* Sample input file for the TXTABLE command.
  3. /* To create the text table for this, just say "TXTABLE TXTABLE2.SAM"
  4. /* Note that you're just seeing the default output; there are other
  5. /* options which do interesting things.
  6. /=/3 /debug
  7. /=Sample table showing some of the features of the TXTABLE command<BR><BR>
  8. /=(Characters are X-Files folk [usual copyright stuff]<BR>
  9. /=but don't expect to learn anything profound<BR>
  10. /=about the series out of this table!)
  11. Character
  12. Actor/Actress
  13. Viewpoint
  14. /*
  15. Fox Mulder
  16. David Duchovny
  17. Searching for the truth about his sister.  Conspiracy under every rock.
  18. /*
  19. Dana Scully
  20. Gillian Anderson
  21. Science is god.  However, strong religious beliefs provide second foundation.
  22. /*
  23. /* ---------------------------------------------------------------
  24. /*
  25. /* The second portion here uses some embedded HTML commands to accomplish
  26. /* something similar.  Note that most things are done differently
  27. /* under HTML.
  28. <TABLE>
  29. <CAPTION>Another sample table.  Supporting X-Files characters.</CAPTION>
  30. <TR><TD ALIGN=RIGHT>Supporting        <BR>Character<BR>(ALIGN=RIGHT)
  31.     <TD ALIGN=CENTER>Good guy?        <BR>(ALIGN=CENTER)
  32.     <TD ALIGN=JUSTIFY>What do they do?<BR>(ALIGN=JUSTIFY)
  33. <TR><TD ALIGN=RIGHT>Assistant Director<BR>Skinner
  34.     <TD ALIGN=CENTER>Yes
  35.     <TD ALIGN=JUSTIFY>Mulder and Scully's boss;<BR>between a rock and hard place
  36.         supporting his agents while being pressured by Cancer Man
  37. <TR><TD ALIGN=RIGHT>Cancer Man
  38.     <TD ALIGN=CENTER>No
  39.     <TD ALIGN=JUSTIFY>Big on stealing evidence, undermining investigations, and
  40.         storing things in the basement of the Pentagon.
  41. <TR><TD ALIGN=RIGHT>Mr. X
  42.     <TD ALIGN=CENTER>His record<BR>is mixed
  43.     <TD ALIGN=JUSTIFY>Sometimes helps out, sometimes doesn't.  Mulder is a tool to
  44.         accomplish bigger things.
  45. <TR><TD ALIGN=RIGHT>Lone Gunmen
  46.     <TD ALIGN=CENTER>Yes
  47.     <TD ALIGN=JUSTIFY>Provide bits of obscure and paranoid data to help Mulder do
  48.         his thing.
  49. </TABLE>
  50.